home *** CD-ROM | disk | FTP | other *** search
- CTAGS.C
- CTAGS.PRG
-
- Ctags produces an index of C functions from a list of C source files useable
- with VI. Source is included for your customization in Mark Williams C. The
- following is the output format....
- <functionname><filename><source line>
-
-
- CTRANS
- PASCAL
- SED.H
- SED.MAN
- SED.TTP
- SEDCOMP.C
- SEDEXEC.C
- SEDTEST
-
- SED is a Stream EDitor. Ported from GNU project source code.
- Edits a list of files via a script to the std output file. Source, a doc
- file, and an example are included with this stream editor. The source is
- in Mark Williams for your hacking pleasure.
-
-
- FGREP.C
- FGREP.TTP
-
- This program with the MegaMax C source allows you to do wildcard file name
- searches ex-> fgrep long *.c to find those strings that you are looking for.
-
-
- WHERE.C
- WHERE.TTP
-
- This program with the source allows you to search the main and all
- subdirectories for a specific file or files with wildcards.
-